Fix a doc typo
authorMatthias Clasen <mclasen@redhat.com>
Fri, 28 Jan 2011 16:08:26 +0000 (11:08 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 28 Jan 2011 16:10:07 +0000 (11:10 -0500)
gdk/gdkdnd.c

index fd54a8a71b8255ed34fbaa59681d200f55961f86..ad45f4053726cc7f1f1f5173c5c9fdb819f3c989 100644 (file)
@@ -70,7 +70,7 @@ gdk_drag_context_list_targets (GdkDragContext *context)
  * @context: a #GdkDragContext
  *
  * Determines the bitmask of actions proposed by the source if
- * gdk_drag_context_suggested_action() returns GDK_ACTION_ASK.
+ * gdk_drag_context_get_suggested_action() returns GDK_ACTION_ASK.
  *
  * Return value: the #GdkDragAction flags
  *